I want to browse two tags topics in one page, which url should i put ?
For example tags are
anatomy
surgery
Now we know we can separately browse two with following urs
/tags/anatomy
and
/tags/surgery
But i want to filter the topics with both tags
i tried something like
/tags/anatomy+surgery
*/tags/anatomy&surgery
but none of them work.
is there anyway i can filter topics with two or more tags ?